func runtime.makeAddrRange
7 uses
runtime (current package)
arena.go#L1116: s.userArenaChunkFree = makeAddrRange(base, base+s.elemsize)
mpagealloc.go#L393: p.inUse.add(makeAddrRange(base, limit))
mpagealloc_64bit.go#L149: needIdxBase, needIdxLimit := addrRangeToSummaryRange(l, makeAddrRange(base, limit))
mpagealloc_64bit.go#L220: have := makeAddrRange(chunksBase+haveMin*scSize, chunksBase+haveMax*scSize)
mpagealloc_64bit.go#L221: need := makeAddrRange(chunksBase+needMin*scSize, chunksBase+needMax*scSize)
mranges.go#L33: func makeAddrRange(base, limit uintptr) addrRange {
mranges.go#L106: return makeAddrRange(a.base.addr(), addr)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |